home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / all_inventory < prev    next >
Text File  |  2001-04-06  |  334b  |  12 lines

  1. SYNOPSIS
  2.         object *all_inventory()
  3.         object *all_inventory(object ob)
  4.  
  5. DESCRIPTION
  6.         Returns an array of the objects contained in the inventory of
  7.         ob, or of this_object(), if no arg given.
  8.  
  9. SEE ALSO
  10.         first_inventory(E), next_inventory(E), deep_inventory(E),
  11.         all_environment(E), environment(E)
  12.